home *** CD-ROM | disk | FTP | other *** search
/ Minami 58 / MINAMI58.ISO / Varios / Juegos Flash / Gold Yard.exe / scripts / DefineSprite_450 / frame_1 / DoAction.as
Text File  |  2003-04-29  |  386b  |  20 lines

  1. _X = spiderX;
  2. _Y = spiderY;
  3. if(orientation == "bottomleft_topright")
  4. {
  5.    orientation = "_X";
  6. }
  7. else if(orientation == "bottomright_topleft")
  8. {
  9.    orientation = "_y";
  10. }
  11. i = 0;
  12. while(i < 20)
  13. {
  14.    setProperty("_root." add name add "_" add i, _visible, 0);
  15.    i++;
  16. }
  17. setProperty("_root." add name add "_" add newdepth, _visible, 1);
  18. depth = newdepth;
  19. call("direction");
  20.